net/http.persistConn.br (field)
8 uses
net/http (current package)
transport.go#L1773: pconn.br = bufio.NewReaderSize(pconn, t.readBufferSize())
transport.go#L1907: br *bufio.Reader // from conn
transport.go#L2118: _, err := pc.br.Peek(1)
transport.go#L2267: if n := pc.br.Buffered(); n > 0 {
transport.go#L2268: buf, _ := pc.br.Peek(n)
transport.go#L2302: if peek, err := pc.br.Peek(1); err == nil && len(peek) == 1 {
transport.go#L2311: resp, err = ReadResponse(pc.br, rc.req)
transport.go#L2347: resp.Body = newReadWriteCloserBody(pc.br, pc.conn)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |